Click or drag to resize

PropertyCollectionRemove Method

Removes the first occurrence of a specific property from the collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public void Remove(
	Property property
)

Parameters

property
Type: Independentsoft.WebdavProperty
The property to remove from the collection.
See Also